	
;;; QQ: 67762207 --
%100
+30
+3
+25


[@main]
#IF
checkpkpoint 2
#SAY
I do not want these people to trade with you \ \
<Close/@exit>
#ELSESAY
Welcome to, what I do for you? \ \
(FCOLOR/10) bulk <buy/@buy + (grocery type)> (FCOLOR/12) \
<Buy/@buy> something \
<Sell/@sell> something \
<Purchase of production materials/@buymakemat> \
<Synthetic stone/@MakeStone> \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Abandoned/@exit>

[@MakeStone]
#CALL [ProduceSystem\StoneMake.txt] @ StoneMake

[@BUY + ()]
#CALL [VimaScript\bulk purchases.Txt] @quantities 
[@buymakemat]
#CALL [ProduceSystem\MaterialSell.txt] @MaterialSellMain
[@buy]
#SAY
What you want to buy? \ \ \
<Pre-step/@main>

[@sell]
#SAY
Here to sell candles and amulets, as well as roll back to the city. \
<Pre-step/@main>

;;; QQ: 67762207 